home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200410-17.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  78 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200410-17.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(15526);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200410-17");
  17.  script_cve_id("CAN-2004-0752");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200410-17
  20. (OpenOffice.org: Temporary files disclosure)
  21.  
  22.  
  23.     On start-up, OpenOffice.org 1.1.2 creates a temporary directory with
  24.     insecure permissions. When a document is saved, a compressed copy of it can
  25.     be found in that directory.
  26.   
  27. Impact
  28.  
  29.     A malicious local user could obtain the temporary files and thus read
  30.     documents belonging to other users.
  31.   
  32. Workaround
  33.  
  34.     There is no known workaround at this time.
  35.   
  36. References:
  37.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0752
  38.     http://www.openoffice.org/issues/show_bug.cgi?id=33357
  39.  
  40.  
  41. Solution: 
  42.     All affected OpenOffice.org users should upgrade to the latest version:
  43.     # emerge sync
  44.     # emerge -pv ">=app-office/openoffice-1.1.3"
  45.     # emerge ">=app-office/openoffice-1.1.3"
  46.     All affected OpenOffice.org binary users should upgrade to the latest
  47.     version:
  48.     # emerge sync
  49.     # emerge -pv ">=app-office/openoffice-bin-1.1.3"
  50.     # emerge ">=app-office/openoffice-bin-1.1.3"
  51.     All affected OpenOffice.org Ximian users should upgrade to the latest
  52.     version:
  53.     # emerge sync
  54.     # emerge -pv ">=app-office/openoffice-ximian-1.3.4"
  55.     # emerge ">=app-office/openoffice-1.3.4"
  56.   
  57.  
  58. Risk factor : Low
  59. ';
  60.  script_description(english: desc);
  61.  script_copyright(english: "(C) 2004 Michel Arboi");
  62.  script_name(english: "[GLSA-200410-17] OpenOffice.org: Temporary files disclosure");
  63.  script_category(ACT_GATHER_INFO);
  64.  script_family(english: "Gentoo Local Security Checks");
  65.  script_dependencies("ssh_get_info.nasl");
  66.  script_require_keys('Host/Gentoo/qpkg-list');
  67.  script_summary(english: 'OpenOffice.org: Temporary files disclosure');
  68.  exit(0);
  69. }
  70.  
  71. include('qpkg.inc');
  72. if (qpkg_check(package: "app-office/openoffice", unaffected: make_list("lt 1.1.2", "ge 1.1.3"), vulnerable: make_list("eq 1.1.2")
  73. )) { security_warning(0); exit(0); }
  74. if (qpkg_check(package: "app-office/openoffice-ximian", unaffected: make_list("lt 1.1.60", "ge 1.3.4"), vulnerable: make_list("eq 1.1.60", "eq 1.1.61")
  75. )) { security_warning(0); exit(0); }
  76. if (qpkg_check(package: "app-office/openoffice-bin", unaffected: make_list("lt 1.1.2", "ge 1.1.3"), vulnerable: make_list("eq 1.1.2")
  77. )) { security_warning(0); exit(0); }
  78.